'Declaration Public Overloads Function RemoveXObject( _
ByVal ParamArray xObjectsThe XObjects.() As Vintasoft.Imaging.Pdf.Content.PdfContentXObject _
) As Boolean
public bool RemoveXObject(
params Vintasoft.Imaging.Pdf.Content.PdfContentXObject[] xObjects
)
public: bool RemoveXObject(
params Vintasoft.Imaging.Pdf.Content.PdfContentXObject*[]* xObjects
)
public:
bool RemoveXObject(
... array<Vintasoft.Imaging.Pdf.Content.PdfContentXObject^>^ xObjects
)
Parameters
- xObjects
- The XObjects.
Return Value
True if the XObjects is removed; otherwise, false.